home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (UK) 79
/
PC Format 79 - Feb 1998.iso
/
Critical
/
Barclays
/
DEMO16.DIR
/
00096_Script_96
< prev
next >
Wrap
Text File
|
1997-12-08
|
414b
|
18 lines
on enterFrame
global pointCursor
repeat with n = 23 to 32
if rollover(n) then
if not the puppet of sprite n then
puppetSprite n, TRUE
set the cursor of sprite n to pointCursor
set the member of sprite n to the number of the member of sprite n +1
end if
else
puppetSprite n, FALSE
end if
end repeat
end
on exitFrame
go to the frame
end